Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Orientation Styles


Q3OrientationStyle_Get

You can use the Q3OrientationStyle_Get function to get the orientation style value of an orientation style.

TQ3Status Q3OrientationStyle_Get (
TQ3StyleObject frontFacingDirectionObject, 
TQ3OrientationStyle *frontFacingDirection);
frontFacingDirectionObject
An orientation style object.
frontFacingDirection
On exit, a pointer to the orientation style value of the specified orientation style object.
DESCRIPTION
The Q3OrientationStyle_Get function returns, in the frontFacingDirection parameter, a pointer to the current orientation style value of the style object specified by the frontFacingDirectionObject parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996